Skip to main content
PUT
[Admin] Update a store item

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Path Parameters

itemId
string<uuid>
required

Body

application/json
name
string | null
description
string | null
imageUrl
string | null
price
integer<int32>
stock
integer<int32> | null
allowRepurchase
boolean
requiresApproval
boolean
actionType
enum<integer>
Available options:
0,
1,
2,
3,
4,
5
actionPayload
string | null
isActive
boolean
sortOrder
integer<int32>

Response

200

OK